home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / Me-Mz / MegaSort Stack.cpt / MegaSort Stack / card_10834.txt < prev    next >
Text File  |  1990-12-13  |  2KB  |  80 lines

  1. -- card: 10834 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 4000
  4. -- background id: 12840
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 01
  10. -- high flags: 2001
  11. -- rect: left=27 top=41 right=282 bottom=465
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: text field
  20.  
  21.  
  22. -- part 2 (button)
  23. -- low flags: 00
  24. -- high flags: A000
  25. -- rect: left=271 top=288 right=335 bottom=326
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 27009 / 27009
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: Continue
  34. ----- HyperTalk script -----
  35. on mouseUp
  36.   visual effect scroll left
  37.   go to next card
  38. end mouseUp
  39.  
  40.  
  41.  
  42. -- part 3 (button)
  43. -- low flags: 00
  44. -- high flags: A000
  45. -- rect: left=196 top=289 right=335 bottom=251
  46. -- title width / last selected line: 0
  47. -- icon id / first selected line: 9301 / 9301
  48. -- text alignment: 1
  49. -- font id: 0
  50. -- text size: 12
  51. -- style flags: 0
  52. -- line height: 16
  53. -- part name: Go back
  54. ----- HyperTalk script -----
  55. on mouseUp
  56.   visual effect scroll right
  57.   if the short name of this card is "explain1" then
  58.     go to card 1
  59.   else
  60.     go to previous card
  61.   end if
  62. end mouseUp
  63.  
  64.  
  65.  
  66. -- part contents for card part 1
  67. ----- text -----
  68.  
  69. For example, say you have a list of payments due containing the following information:
  70.  
  71. Date of bill,   Amount due,    Company,        Comments.
  72.  
  73. 2/12/90        $70.00              ABC Company   1 hr consulting
  74. 1/14/90        $243.43            XYZ Company 
  75. 3/5/90          $1029.35          Acme Props       Wile Coyote Prop.
  76. 1/12/90        $140.00            ABC Company    2 hrs consulting
  77. 12/1/89        $837.95            ACME PROPS       For rocket sled
  78. 1/17/90        $17.43              EFG Co.             
  79.  
  80.